home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / opt / pentoo / ExploitTree / application / telnet / dostelnetdWin.zip.txt / CODE.INC next >
Text File  |  1999-10-23  |  313b  |  12 lines

  1. Write_Console Macro oText, oNum_of_Chars
  2.   PushA
  3.   PushF
  4.   Push 0                   ; lpvReserved
  5.   Push offset cchWritten   ; lpcchWritten
  6.   Push oNum_of_Chars       ; cchToWrite
  7.   Push oText               ; lpvBuffer
  8.   Push [ConHandle]         ; hConsoleOutput
  9.   Call WriteConsoleA
  10.   PopF
  11.   PopA
  12. EndM